﻿* {
    margin: 0;
    padding: 0
}

html, body {
    font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
}

ul, li {
    list-style: none;
}

address, cite, dfn, em, var {
    font-style: normal;
}

.banner {
    position: relative;
    overflow: auto;
    text-align: center;
    width: 520px;
    float: left
}

    .banner .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        z-index: 3;
    }

        .banner .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #e43a3d;
            border-radius: 6px;
            cursor: pointer;
            opacity: .4;
            -webkit-transition: background .5s,opacity .5s;
            -moz-transition: background .5s,opacity .5s;
            transition: background .5s,opacity .5s
        }

            .banner .dots li.active {
                background: #e43a3d;
                opacity: 1
            }

    .banner .arrow {
        position: absolute;
        width: 20px;
        height: 37px;
        top: 50%;
        margin-top: -18px;
        overflow: hidden;
        z-index: 2;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .banner #al {
        left: 15px
    }

    .banner #ar {
        right: 15px
    }

    .banner ul {
        z-index: 1;
        width: 600%;
        overflow: hidden;
    }

        .banner ul .slider-item {
            width: 520px;
            float: left;
            height: 380px;
            position: relative;
            overflow: hidden;
        }

            .banner ul .slider-item .slider-title {
                position: absolute;
                left: 0;
                bottom: 0px;
                width: 500px;
                max-height: 58px;
                padding: 15px;
                text-align: left;
                line-height: 28px;
                color: #fff;
                font-size: 22px;
                font-weight: bold;
                background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));
                background: url(../images/slider-info-bg.png) \9;
            }

    .banner .progress {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 15%;
        min-height: 3px;
        overflow: hidden;
        z-index: 2;
        background: #e43a3d
    }

    .banner ul .slider-item .slider-title em {
        height: 28px;
        overflow: hidden;
        display: block;
    }

#banner {
    position: relative;
    width: 520px;
    height: 380px;
    overflow: hidden;
    float: left;
}

#banner_list img {
    border: 0px;
}

#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: 1000;
    cursor: pointer;
    width: 520px;
}

#banner_info {
    position: absolute;
    bottom: 0;
    left: 5px;
    height: 22px;
    color: #fff;
    z-index: 1001;
    cursor: pointer
}

#banner_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

#banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 3px;
    right: 5px;
}

    #banner ul li {
        padding: 0px 8px;
        float: left;
        display: block;
        color: #FFF;
        background: #6f4f67;
        cursor: pointer;
        border: 1px solid #333;
    }

        #banner ul li.on {
            background-color: #000;
        }

#banner_list a {
    position: absolute;
}

#b04 .slider-item img {
    padding-top: 6px;
}
